func crypto/x509.appendBase128BigInt

3 uses

	crypto/x509 (current package)
		oid.go#L99: func appendBase128BigInt(dst []byte, n *big.Int) []byte {
		oid.go#L167: 	der := appendBase128BigInt(make([]byte, 0, 32), firstComponent)
		oid.go#L176: 		der = appendBase128BigInt(der, b)